Click or drag to resize

CompleteName Class

Represents the complete name of a contact.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeCompleteName

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class CompleteName

The CompleteName type exposes the following members.

Constructors
  NameDescription
Public methodCompleteName
Initializes a new instance of the CompleteName class.
Top
Properties
  NameDescription
Public propertyFirstName
Represents the first name of contact.
Public propertyFullName
Represents the full name of a contact.
Public propertyInitials
Represents the initials of a contact.
Public propertyLastName
Represents the last name of a contact.
Public propertyMiddleName
Represents the middle name of a contact.
Public propertyNickname
Represents the nickname of a contact.
Public propertySuffix
Represents a suffix to a contact's name.
Public propertyTitle
Represents the title of a contact.
Public propertyYomiFirstName
Represents the name used in Japan for the searchable or phonetic spelling of a Japanese first name.
Public propertyYomiLastName
Represents the name used in Japan for the searchable or phonetic spelling of a Japanese last name.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current CompleteName object to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also